Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update npm dependencies #2268

Merged
merged 1 commit into from
Nov 19, 2024
Merged

fix(deps): update npm dependencies #2268

merged 1 commit into from
Nov 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@​radix-ui/react-icons 1.3.1 -> 1.3.2 age adoption passing confidence dependencies patch
@radix-ui/react-tooltip (source) 1.1.3 -> 1.1.4 age adoption passing confidence dependencies patch
@tremor/react 3.18.3 -> 3.18.4 age adoption passing confidence dependencies patch
autoprefixer ^10.4.20 -> 10.4.20 age adoption passing confidence devDependencies pin
copy-webpack-plugin ^12.0.2 -> 12.0.2 age adoption passing confidence devDependencies pin
eslint (source) ^8.57.1 -> 8.57.1 age adoption passing confidence devDependencies pin
eslint-config-next (source) ^14.2.14 -> 14.2.17 age adoption passing confidence devDependencies pin
eslint-config-prettier ^9.1.0 -> 9.1.0 age adoption passing confidence devDependencies pin
less (source) ^4.2.0 -> 4.2.0 age adoption passing confidence devDependencies pin
lucide-react (source) ^0.454.0 -> ^0.460.0 age adoption passing confidence dependencies minor
material-symbols (source) ^0.26.0 -> ^0.27.0 age adoption passing confidence dependencies minor
postcss (source) ^8.4.47 -> 8.4.47 age adoption passing confidence devDependencies pin
prettier (source) ^3.3.3 -> 3.3.3 age adoption passing confidence devDependencies pin
prettier-plugin-organize-imports ^4.1.0 -> 4.1.0 age adoption passing confidence devDependencies pin
react-select (source) 5.8.2 -> 5.8.3 age adoption passing confidence dependencies patch
string-width ^7.2.0 -> 7.2.0 age adoption passing confidence devDependencies pin
tailwindcss (source) ^3.4.13 -> 3.4.14 age adoption passing confidence devDependencies pin
tailwindcss-animate ^1.0.7 -> 1.0.7 age adoption passing confidence devDependencies pin
typescript (source) ^5.6.2 -> 5.6.3 age adoption passing confidence devDependencies pin
webpack ^5.95.0 -> 5.96.1 age adoption passing confidence devDependencies pin

Release Notes

radix-ui/primitives (@​radix-ui/react-tooltip)

v1.1.4

Compare Source

tremorlabs/tremor (@​tremor/react)

v3.18.4

Compare Source

lucide-icons/lucide (lucide-react)

v0.460.0: New icons 0.460.0

Compare Source

New icons 🎨

v0.459.0: New icons 0.459.0

Compare Source

New icons 🎨

v0.458.0: New icons 0.458.0

Compare Source

New icons 🎨

Modified Icons 🔨

Other Changes

Full Changelog: lucide-icons/lucide@0.457.0...0.458.0

v0.457.0: New icons 0.457.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.456.0: Choosing import name style 0.456.0

Compare Source

What's Changed

Adjustable icon naming imports

Customize import name styles for lucide-react, lucide-vue, lucide-react-native, lucide-preact, to manage autocompletion in your IDE.

  1. Turn off autocomplete in your IDE:
    Add the following to your settings.json
{
  "typescript.preferences.autoImportFileExcludePatterns": [
    "lucide-react",
    "lucide-preact",
    "lucide-react-native",
    "lucide-vue-next"
  ]
}
  1. Create a custom module declaration file:

It allows you to choose the import name style.

For React:

declare module "lucide-react" {
  // Prefixed import names
  export * from "lucide-react/dist/lucide-react.prefixed";
  // or
  // Suffixed import names
  export * from "lucide-react/dist/lucide-react.suffixed";
}

For Vue:

declare module "lucide-vue-next" {
  // Prefixed import names
  export * from "lucide-vue-next/dist/lucide-vue-next.prefixed";
  // or
  // Suffixed import names
  export * from "lucide-vue-next/dist/lucide-vue-next.suffixed";
}

v0.455.0: New icons 0.455.0

Compare Source

New icons 🎨

Modified Icons 🔨

marella/material-symbols (material-symbols)

v0.27.0

Compare Source

JedWatson/react-select (react-select)

v5.8.3

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "after 5pm on monday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 19, 2024
@renovate renovate bot enabled auto-merge (squash) November 19, 2024 12:52
@renovate renovate bot requested a review from a team November 19, 2024 13:07
@serprex
Copy link
Contributor

serprex commented Nov 19, 2024

Want to slow roll nextjs 15, especially since we're not on React 19 yet

@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from e03896d to 696f44c Compare November 19, 2024 16:19
@iamKunalGupta
Copy link
Member

Want to slow roll nextjs 15, especially since we're not on React 19 yet

Disabled nextjs major upgrades 172d652

@renovate renovate bot merged commit 61fe601 into main Nov 19, 2024
12 checks passed
@renovate renovate bot deleted the renovate/npm branch November 19, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants